From: Andreas Schwab Date: Wed, 12 Mar 2003 23:24:52 +0000 (+0000) Subject: (xg_update_frame_menubar): Add missing return value. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~53020 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a8303f92b3155190cfda1061808925bb5e15e7e9;p=emacs.git (xg_update_frame_menubar): Add missing return value. --- diff --git a/src/gtkutil.c b/src/gtkutil.c index 7c08ca77c77..3bbac91bc46 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -2180,6 +2180,8 @@ xg_update_frame_menubar (f) SET_FRAME_GARBAGED (f); UNBLOCK_INPUT; + + return 1; } /* Get rid of the menu bar of frame F, and free its storage.